home *** CD-ROM | disk | FTP | other *** search
- /*
- File: USBEnetStub.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 2000 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- */
-
- #ifndef _USBENETSTUB_
- #define _USBENETSTUB_
-
- /********************************************************************************************/
- //
- // Prototypes
- //
- /********************************************************************************************/
-
- static OSStatus USBEnetDriverValidateHW(USBDeviceRef device, USBDeviceDescriptor *desc);
- static OSStatus USBEnetDriverInitInterface(UInt32 interfaceNum, USBInterfaceDescriptor *interfaceDesc, USBDeviceDescriptor *deviceDesc, USBDeviceRef device);
- static OSStatus USBEnetDriverInitialize(USBDeviceRef device, USBDeviceDescriptorPtr pDesc, UInt32 busPowerAvailable);
- static OSStatus USBEnetDriverFinalize(USBDeviceRef device, USBDeviceDescriptorPtr pDesc);
- static OSStatus ExpertEntryProc(ExpertNotificationProcPtr pExpertNotify);
- static OSStatus USBEnetDriverNotifyProc(UInt32 notification, void *pointer, UInt32 refcon);
-
- #endif
-